cody - HTMLify profile

cody
4270 Files
632108 Views
Latest files of /cody/frontendcharm/Mini-Projects/BUTTONS/Fancy Border Using CSS Variables
body {
display: grid;
place-items: center;
height: 100vh;
background: #222;
}
.button {
display: grid;
place-items: center;
height: 100vh;
background: #222;
}
.button {
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Fancy Borders</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Fancy Borders</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>